StyleFamily Enumeration

Specifies the family of a style.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum StyleFamily

Members

Paragraph0 Family name of styles for paragraphs.
Text1 Family name of styles for text.
Section2 Family name of styles for sections.
Table3 Family name of styles for tables.
Column4 Family name of styles for table columns.
Row5 Family name of styles for table rows.
Cell6 Family name of styles for table cells.
TablePage7 Family name of styles for table page.
Chart8 Family name of styles for charts.
Default9 Family name of styles for default.
DrawingPage10 Family name of styles for drawing pages.
Graphic11 Family name of styles for graphic elements.
Presentation12 Family name of styles for presentations.
Control13 Family name of styles for control.
Ruby14 Family name of styles for ruby text.
None15 None.

See Also